-
Notifications
You must be signed in to change notification settings - Fork 2
FEA-2357: Put relationship indexing behind a flag #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "2.4.2" | ||
version: "2.4.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
downgrade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, thats strange
I did run a pubclean + pubget, I wonder if for whatever reason the pubspec.lock got upgraded past what a clean install results in?
QA +1
|
🚀 @Workiva/release-management-p 🚢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from RM
FEA-2357
While support for indexing relationships was added, it was discovered that the results are not exactly accurate
This pr puts the functionality of indexing relationships behind a flag:
--index-relationships
to be worked on before its ready to be enabled by default